Conference Proceedings

Lazy and eager approaches for the set cover problem

CL Lim, A Moffat, A Wirth

Conferences in Research and Practice in Information Technology Series | Published : 2014

Abstract

The SET COVER problem is tantalizingly simple to describe: given a collection F of sets, each containing a subset of a universe U of objects, find a smallest subcollection A of F such that every object in U is included in at least one of the sets in A. However, like many such combinatorial problems, SET COVER is NP-hard, meaning that it is unlikely that an efficient algorithm will be found, and that approximation algorithms must be preferred for non-trivial problem instances. One well-known approximation approach for SET COVER is to repeatedly add the set with the most uncovered items to the solution, continuing until every element in the universe is covered; this GREEDY approach has a prova..

View full abstract

University of Melbourne Researchers